Click or drag to resize

SipClientSendResponseUnsupportedURIScheme Method (Request)

Sends "Unsupported URI Scheme" response with status code 416.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public Response SendResponseUnsupportedURIScheme(
	Request request
)

Parameters

request
Type: Independentsoft.SipRequest
The received request.

Return Value

Type: Response
The response sent.
See Also